home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Request
/
By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO
/
amiga1
/
chkdbl10.lha
/
MyStartup.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-10
|
450b
|
29 lines
#ifndef MYSTARTUP_H
#define MYSTARTUP_H
/*
** $Filename: MyStartup.h $
** $Release: 1.0 $
** $Date: 92/05/01 $
**
** MyStartup.o include file
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
void __regargs exit(long);
extern union
{
char *CommandLine;
struct WBStartup *WBenchMsg;
} Startup;
extern int CommandLineLength;
extern struct DosLibrary *DOSBase;
extern struct ExecBase *SysBase;
#endif /* MYSTARTUP_H */